home *** CD-ROM | disk | FTP | other *** search
/ Computer Games 95 / Computer Games 95.iso / demos / medieval / _SETUP.1 / MedievalDemo.exe / 0 / RCDATA / TCASTLES / TCASTLES.txt < prev   
Encoding:
Text File  |  1998-06-16  |  2.2 KB  |  111 lines

  1. object Castles: TCastles
  2.   Left = 199
  3.   Top = 176
  4.   Width = 337
  5.   Height = 297
  6.   Caption = 'Castles'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object FrmPnl: TMy_Panel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 329
  18.     Height = 273
  19.     BevelWidth = 4
  20.     TabOrder = 0
  21.     Picture.Data = {<image000.bmp>}
  22.     Picture_Draw = kTile
  23.     object Label1: TLabel
  24.       Left = 16
  25.       Top = 8
  26.       Width = 49
  27.       Height = 22
  28.       Caption = 'Castle'
  29.       Font.Charset = ANSI_CHARSET
  30.       Font.Color = 1885661
  31.       Font.Height = -21
  32.       Font.Name = 'Kelt'
  33.       Font.Style = []
  34.       ParentFont = False
  35.       Transparent = True
  36.     end
  37.     object Button1: TButton
  38.       Left = 68
  39.       Top = 168
  40.       Width = 41
  41.       Height = 25
  42.       Caption = 'OK'
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clBlack
  45.       Font.Height = -16
  46.       Font.Name = 'Kelt'
  47.       Font.Style = []
  48.       ParentFont = False
  49.       TabOrder = 0
  50.     end
  51.     object My_Panel2: TMy_Panel
  52.       Left = 7
  53.       Top = 32
  54.       Width = 306
  55.       Height = 17
  56.       TabOrder = 1
  57.       Picture.Data = {<image001.bmp>}
  58.       Picture_Draw = kStrech
  59.     end
  60.     object RptGrd: TStringGrid
  61.       Left = 15
  62.       Top = 55
  63.       Width = 298
  64.       Height = 178
  65.       Color = clWhite
  66.       ColCount = 3
  67.       Ctl3D = True
  68.       DefaultColWidth = 80
  69.       DefaultRowHeight = 15
  70.       FixedColor = clSilver
  71.       RowCount = 11
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clBlack
  74.       Font.Height = -11
  75.       Font.Name = 'Arial'
  76.       Font.Style = []
  77.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  78.       ParentCtl3D = False
  79.       ParentFont = False
  80.       ScrollBars = ssNone
  81.       TabOrder = 2
  82.       RowHeights = (
  83.         15
  84.         15
  85.         15
  86.         15
  87.         15
  88.         15
  89.         14
  90.         15
  91.         15
  92.         15
  93.         15)
  94.     end
  95.     object Button2: TButton
  96.       Left = 268
  97.       Top = 240
  98.       Width = 43
  99.       Height = 25
  100.       Caption = 'OK'
  101.       Font.Charset = ANSI_CHARSET
  102.       Font.Color = clBlack
  103.       Font.Height = -16
  104.       Font.Name = 'Kelt'
  105.       Font.Style = []
  106.       ParentFont = False
  107.       TabOrder = 3
  108.     end
  109.   end
  110. end
  111.